W32: support cairo library in non-standard locations
authorРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 29 Apr 2016 15:54:52 +0000 (15:54 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 29 Apr 2016 15:56:54 +0000 (15:56 +0000)
commit3a095ad4547c98706bd1acece32a39925251f3a9
tree8f7cca8cb8ae12149d77c73c5565d4610aab4f5f
parent15dbf35fd8d6da3fcfb7fbb3d1b235fef4c4b8fc
W32: support cairo library in non-standard locations

When checking for cairo_win32_surface_create_with_format in -lcairo,
temporarily put CAIRO_LIBS into LIBS so that AC_CHECK_LIB() can
find it in weird places like /usr/local/lib, where gcc would not look
on its own.

https://bugzilla.gnome.org/show_bug.cgi?id=765793
configure.ac